Publish Model Metrics

Publish Model Metrics

Supply single or multiple metrics to publish

Request
Request Body schema: application/json

The metric or metrics to publish

Any of:

The metric or metrics to publish

modelId
required
string

The model the metric was generated on

datasetId
string

The dataset the metric was generated on

figure
required
string

The figure of the metric

legend
string

The legend of the metric

required
LineData (object) or MatrixData (object) or SummaryData (object) (MetricData)
property name*
additional property
any
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/ml/metrics/publish
Request samples
application/json
[ ]
Response samples
application/json
{
  • "modelId": "modelId",
  • "datasetId": "datasetId",
  • "figure": "figure",
  • "legend": "legend",
  • "data": {
    }
}